home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / virus / 4pwd100.arj / 4PWD.DOC < prev    next >
Text File  |  1994-03-07  |  10KB  |  233 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.      ─────────────────────────────────────────────────────────────────────
  7.      4PASSWORD Version 1.00
  8.      4DOS File & Directory Security Utility
  9.      ─────────────────────────────────────────────────────────────────────
  10.      Copyright (C) 1994 By Jason D. Meisels.  All Rights Reserved.
  11.      ─────────────────────────────────────────────────────────────────────
  12.  
  13.  
  14.      ─────────────────────────────────────────────────────────────────────
  15.      For More Information :
  16.      ─────────────────────────────────────────────────────────────────────
  17.      Jason D. Meisels, CNE / CSNA
  18.      eXpert Systems Corporation
  19.      2112 Lincoln Drive East
  20.      Ambler, Pennsylvania  19002-3852
  21.  
  22.      CompuServe ID : 72704,3233
  23.      ─────────────────────────────────────────────────────────────────────
  24.  
  25.  
  26.  
  27.  
  28.  
  29.      ─────────────────────────────────────────────────────────────────────
  30.      INTRODUCTION TO 4PASSWORD                                      Page 2
  31.      ─────────────────────────────────────────────────────────────────────
  32.         A (feeble?) attempt to add Novell DOS's PASSWORD feature to MS-DOS
  33.      by using 4DOS.
  34.      ─────────────────────────────────────────────────────────────────────
  35.  
  36.         Well, like many powerusers, I am always trying new products, such
  37.      as Digital Research DOS for reasons of my need for the disk
  38.      compression technology that came with DR-DOS.  While I liked DR-DOS's
  39.      disk compression utility (a OEM version of AddStor's SuperStor), I
  40.      did not like DR-DOS's memory management features.  I felt they were
  41.      more gainly and kludgy than the MS-DOS equivelent.  However, I did
  42.      like Digital Research's idea of a built-in "security" feature of
  43.      DR-DOS they called the PASSWORD command, and wished Microsoft would
  44.      have had the forethought to put something so obviously lacking as
  45.      security into it's operating system.  Therefore the idea on how to
  46.      get DR-DOS's PASSWORD feature into MS-DOS began to bubble in my mind.
  47.  
  48.         I've been a 4DOS user since version 3, and a machine without 4DOS,
  49.      in my mind, is a useless machine.  As 4DOS versions came and went,
  50.      starting with version 4, I've became adept at 4DOS's powerful alias
  51.      and batch language (which I have not seen in any comparable product
  52.      on the market).  No wonder Symantec ships it's bread-and-butter
  53.      product (Norton Utilities) with a OEM version of 4DOS called NDOS!
  54.  
  55.         So, here for your entertainment, is my efforts of duplicating
  56.      DR-DOS's PASSWORD command for 4DOS users.  It is not a security
  57.      system intended for high security applications, instead it is a
  58.      utility to give a easy-to-use ability for end users and power users
  59.      to protect their individual files and directories from casual viewing.
  60.      As with DR-DOS's PASSWORD feature, it is NOT intended as a
  61.      sophisticated PC security product!  Anyone with some real knowledge
  62.      of DOS can bypass it easily!  However, it may solve some users need
  63.      of simple access security.
  64.  
  65.  
  66.  
  67.  
  68.  
  69.      ─────────────────────────────────────────────────────────────────────
  70.      4PASSWORD - REQUIREMENTS                                       Page 3
  71.      ─────────────────────────────────────────────────────────────────────
  72.  
  73.      IBM PC, PC-AT, PS/1, PS/2 and 100% compatibles, with a minimum 256K
  74.      conventional memory.
  75.  
  76.      MS-DOS Version 3.30 or above 
  77.      or
  78.      DR-DOS Version 6.00 or above
  79.  
  80.      4DOS Version 4.00 or above
  81.  
  82.      ────────
  83.      OPTIONAL
  84.      ────────
  85.  
  86.      PKZIP Version 2.04g or above
  87.      ISee Version 5.0 or above
  88.  
  89.      ─────────────────────────────────────────────────────────────────────
  90.      4PASSWORD - INSTALLATION
  91.      ─────────────────────────────────────────────────────────────────────
  92.  
  93.      After extracting 4PASSWORD into a directory that is in your path,
  94.      make sure PKZIP / PKUNZIP and ISee is in a directory that is also in
  95.      your path for the optional PKZIP encryption security feature.
  96.  
  97.      ─────────────────────────────────────────────────────────────────────
  98.      4PASSWORD - USAGE                                              Page 4
  99.      ─────────────────────────────────────────────────────────────────────
  100.  
  101.      Usage from the Command Line :
  102.  
  103.        4PWD <filename/directory> {password} {/P (PKZIP File Encryption)}
  104.  
  105.      <filename/directory>
  106.  
  107.         If a filename is given, 4PASSWORD operations will be on that file.
  108.      If a directory name is given, 4PASSWORD operations will be on that
  109.      directory.  This parameter is NOT optional.
  110.  
  111.      {password}
  112.  
  113.          If a password is given on the command line, 4PASSWORD's
  114.      operation will be immediate, otherwise, 4PASSWORD prompts for a
  115.      password.  This parameter is optional on the command line, but the
  116.      user will be prompted for a password.
  117.  
  118.      {/P (PKZIP File Encryption)}
  119.  
  120.          If a password is given with the /P switch on the command line,
  121.      4PASSWORD will check if the filename is either in a encrypted or
  122.      plaintext form, then will either decrypt or encrypt the file.
  123.      This parameter is optional only on the command line.  This feature
  124.      will only work if you have PKZIP.EXE, PKUNZIP.EXE, and IC.EXE in
  125.      your path.  This option provide a more secure file protection than
  126.      normal 4PASSWORD usage but can take a longer time to operate.
  127.  
  128.  
  129.  
  130.  
  131.  
  132.      ─────────────────────────────────────────────────────────────────────
  133.      4PASSWORD - Errors                                             Page 5
  134.      ─────────────────────────────────────────────────────────────────────
  135.      
  136.         If you are using 4PASSWORD from a batch file you must execute
  137.      4PWD.BTM as such :
  138.  
  139.          CALL 4PWD filename password
  140.  
  141.         4PASSWORD will pass the following ERRORLEVEL codes to DOS at
  142.      completion :
  143.  
  144.      ERRORLEVEL   Description
  145.      ──────────   ──────────────────────────────────────────
  146.          0        Operation completed successfully.
  147.          1        Filename or Directory does not exist.
  148.          2        Incorrect Password.
  149.          3        Password greater than 8 characters.
  150.          4        Filename does not exist.
  151.          5        IC.EXE not found.
  152.          6        PKZIP.EXE not found. 
  153.          7        PKUNZIP.EXE not found.
  154.  
  155.  
  156.  
  157.  
  158.  
  159.      ─────────────────────────────────────────────────────────────────────
  160.      N O T I C E !                                                  Page 6
  161.      ─────────────────────────────────────────────────────────────────────
  162.  
  163.         ALL PROGRAMS MENTIONED ARE THE COPYRIGHT OF THEIR RESPECTIVE
  164.      INDEPENDANT SHAREWARE PROFESSIONALS OR COMPANIES.  IT IS NOT THE
  165.      INTENTION OF THE AUTHOR TO USE OR REPLACE THE PROGRAMS IN ANY MANNER.
  166.  
  167.         THE AUTHOR IS ALSO NOT RESPONSIBLE FOR ANY DAMAGE TO YOUR
  168.      COMPUTER CAUSED BY THIS PROGRAM OR ANY OF THE OTHER PROGRAMS
  169.      MENTIONED.  THE USER IS FULLY RESPONSIBLE FOR ALL USAGE OF THIS
  170.      PROGRAM.
  171.  
  172.      ─────────────────────────────────────────────────────────────────────
  173.      C O P Y R I G H T
  174.      ─────────────────────────────────────────────────────────────────────
  175.  
  176.      4PASSWORD Version 1.00 - 4DOS File & Directory Security Utility
  177.  
  178.      Copyright (C) 1994 By Jason D. Meisels.  All Rights Reserved.
  179.      No part of this program may be disassembled, modified or altered by
  180.      any means.
  181.  
  182.      ─────────────────────────────────────────────────────────────────────
  183.      W A R R A N T Y
  184.      ─────────────────────────────────────────────────────────────────────
  185.  
  186.         I, Jason D. Meisels, make no warranties, expressed or implied,
  187.      including, but not limited to, merchantability or fitness of this
  188.      software for any particular purpose.
  189.  
  190.         In no event shall Jason D. Meisels be liable for indirect or
  191.      consequential damages arising from the use or misuse of the software
  192.      program.
  193.  
  194.      You are free to redistribute this shareware package in its entirety.
  195.      No part of this package may be included as part of a commercial
  196.      package.  If you have any questions about commercial distribution
  197.      of 4PASSWORD, I can be contacted at:
  198.  
  199.         Jason D. Meisels, CNE, CSNA
  200.         2112 Lincoln Drive East
  201.         Ambler, Pennsylvania  19002-3852
  202.  
  203.         or
  204.  
  205.         CompuServe ID : 72704,3233
  206.  
  207.  
  208.  
  209.  
  210.  
  211.      ─────────────────────────────────────────────────────────────────────
  212.      C O S T  O F  4 P A S S W O R D                                Page 7
  213.      ─────────────────────────────────────────────────────────────────────
  214.  
  215.      4PASSWORD Version 1.00 was labeled as "freeware" in which the user is
  216.      not required to pay a fee, as long as it and the accompanying files
  217.      are not modified and distributed in its entirity as provided.
  218.  
  219.      ─────────────────────────────────────────────────────────────────────
  220.      C O N T E N T S
  221.      ─────────────────────────────────────────────────────────────────────
  222.  
  223.      The following files are included in this package :
  224.  
  225.         4PWD.BTM     - 4PASSWORD Executable
  226.         4PWD.DOC     - This documentation file
  227.  
  228.         IC.ZIP       - ISee 5.0 - Intelligent Compression Shell
  229.                        (Copyright (C) David Smith)
  230.                        Provided here only as a public service.  You must
  231.                        obey all copyright restrictions as specified by
  232.                        the author.
  233.